ParcelTrack API

(0 reviews)

API Notebook

WARNING

Parcels

Returns parcel tracking data for a specific parcel reference. If you're coding the client don't forget to pass the Authorization header (API Notebook does it for you though!). You'll need to set the content-type header as well for this API.

Resource: /parcels
Method: HTTP GET

The response contains a list of tracking_events in the body:

Subscriptions

Resource: /subscriptions
Method: HTTP POST
Subscribe a Webhook notification by tracking reference or account ID

Resource: /subscriptions/{subscription_id}
Method: HTTP DELETE
The ID of the subscription to delete.

The response contains a list of tracking_events in the body:


Reviews